Andrej730
f1f8b3da6b
spatial.dereference_structure - support batching #4474
2024-04-16 15:17:48 +05:00
Andrej730
8ac0d22a95
spatial.reference_structure - support batching #4474
2024-04-16 15:17:48 +05:00
Andrej730
3b6f79cc75
black format
2024-04-16 12:18:05 +05:00
Dion Moult
1e41561fe8
Fix #4345 . Removing grid axes are now handled specially.
2024-04-16 16:43:02 +10:00
Dion Moult
0983f9e66d
Fix bug where saved drawing filters didn't load in the UI.
2024-04-15 23:33:10 +10:00
Dion Moult
5725ed867f
Don't unnecessarily update NTS or scale pset data
2024-04-15 23:33:10 +10:00
Dion Moult
4174a78bb5
#4553
2024-04-15 23:33:10 +10:00
Andrej730
5da68721d6
document.unassign_document - support batching #4474
2024-04-15 17:24:31 +05:00
Andrej730
097f44284f
document.assign_document - support batching #4474
2024-04-15 17:24:31 +05:00
Andrej730
1f605484d9
library.unassign_reference - support batching #4474
2024-04-15 17:24:31 +05:00
Andrej730
81dcad6a14
library.assign_reference - support batching #4474
2024-04-15 17:24:31 +05:00
Andrej730
144831f9ee
classification.remove_reference - support batching #4474
2024-04-15 17:23:24 +05:00
Andrej730
d6e69bd6e9
classification.add_reference - support batching #4474
2024-04-15 17:23:14 +05:00
Andrej730
0a9c9f2a28
typing
2024-04-15 14:47:32 +05:00
Dion Moult
5e237a1670
Fix #4553 .
2024-04-15 17:22:12 +10:00
Dion Moult
acf6628f23
Fix #4547 . Handle both null inherited predefined types and disable editing predefined types on occurrences which inherit from a type.
2024-04-15 11:53:37 +10:00
Dion Moult
8a62558575
Fix #4484 . Clarify inheritance rules of predefined types.
2024-04-15 09:27:58 +10:00
Dion Moult
0e0861c84b
Further clarification of type vs occurrence psets/qtos.
...
Previously even if you had a type selected it would still say occurrence.
2024-04-15 09:27:00 +10:00
Dion Moult
5a8209e2ad
Fix #4549 . Drawing decorators are now refreshed like the rest of the UI after operations.
2024-04-15 00:01:42 +10:00
Dion Moult
50b41f5af6
Fix #4486 . Sync camera properties from IFC on both drawing load as well as drawing activation.
...
Also there are now defaults in case pset values don't exist.
2024-04-14 15:18:23 +10:00
Dion Moult
fc6678f5ce
Fix #3402 .
2024-04-14 14:41:37 +10:00
Dion Moult
07b6c95f54
Fix #4550 . Update doc urls.
2024-04-14 08:11:57 +10:00
Andrej730
ca2f683af3
Update BBIM version in docs
2024-04-13 10:59:56 +05:00
Andrej730
eb46de9658
material.unassign_material - support batching #4474
2024-04-12 17:41:37 +05:00
Andrej730
59cc9c0a16
material.assign_material - support batching #4474
2024-04-12 17:41:37 +05:00
Andrej730
e66ac3d7db
system.unassign_system - support batching #4474
2024-04-11 17:50:31 +05:00
Andrej730
6b48e8b4b9
system.assign_system - support batching #4474
2024-04-11 17:50:31 +05:00
Andrej730
49e7abb4dc
type.unassign_type - support batching #4474
2024-04-11 17:09:41 +05:00
Andrej730
e12c05eea0
typing
2024-04-11 17:09:41 +05:00
Andrej730
1ea80016cd
fix bug generating profiles on assign_type after df4943205
2024-04-11 17:09:41 +05:00
Andrej730
df4943205a
type.assign_type - support batching #4474
2024-04-10 18:58:44 +05:00
Andrej730
e69597f72b
typing
2024-04-10 18:45:36 +05:00
Andrej730
9c633c8b6c
black format
2024-04-10 18:17:19 +05:00
Dion Moult
0a04b88a52
Document how MacOS users using Blender from Steam should still use Mac Intel
2024-04-10 14:30:38 +10:00
Dion Moult
bee1e21f0e
Fix #4490 . Fix fundamental bug where get_pset would return none for inherited props with a boolean False value.
2024-04-10 12:57:52 +10:00
Dion Moult
f5c5fba151
Fix issue where the underlay cache option was not yet implemented and ignored.
2024-04-10 11:09:58 +10:00
Dion Moult
4f9badc063
Fix issue where reloading the drawing list would cause drawing names to be synced
...
It would run useless sync / API calls to edit psets on potentially hundreds of drawings.
2024-04-10 11:07:17 +10:00
Dion Moult
b61d870922
See #4481 . Defer setting render visibility to drawing generation to speed up switching between drawings.
...
Doing obj.hide_render = True/False in a loop is slow and there is no bulk set command.
2024-04-10 10:37:33 +10:00
Andrej730
06b84cfa24
nest.unassign_object - support batching #4474
2024-04-09 18:33:25 +05:00
Andrej730
97db95085a
nest.assign_object - support batching #4474
2024-04-09 18:33:25 +05:00
Andrej730
d1bcec7a6a
typing
2024-04-09 18:33:25 +05:00
Andrej730
d03f9237e2
deprecate spatial.remove_container in favor of spatial.assign_container
...
added temporary support for old version with warnings:
WARNING. `spatial.remove_container` api method is deprecated and should be replaced with spatial.unassign_container
WARNING. `product` argument is deprecated for API method "spatial.remove_container" and should be replaced with `products`.
2024-04-09 16:09:04 +05:00
Dion Moult
24716a0089
See #4481 . Faster implementation of object hiding and toggline viewport visibility.
2024-04-09 18:39:41 +10:00
Andrej730
437d19e1f5
normalize line endings in CCI(EN).ifc (was commited as CRLF, not LF)
2024-04-09 12:43:50 +05:00
Dion Moult
bd5fd3539a
Fix #4497 . Drawing text annotations are now based on actual line breaks.
2024-04-09 15:56:16 +10:00
Dion Moult
bcc67ecb31
See #4497 . Show invisible newlines and allow newline editing in attributes.
2024-04-09 15:25:10 +10:00
Dion Moult
c50810a24a
Fix #4533 . Add convenience link to launch type manager when no types exist.
2024-04-09 14:10:01 +10:00
Benoit DAMAY
7f9ce37a98
Inline help feature ( #4409 )
...
* Help operator in grouping and filtering Panel
Opens up a webbrowser on click
* Help button on the right of filtering panel header
* replacing os.rename() by shutil.move in ifcpatch
* removing debug print from previous commit
* Removing extra operator
Using bim.open_uri to open help page
* Update docs url
* Clean up whitespace
---------
Co-authored-by: Dion Moult <dion@thinkmoult.com >
2024-04-09 11:50:08 +10:00
ppaawweeuu
ac23d08717
Update CCI(EN).ifc
...
added last two rows with ending markers
2024-04-09 11:45:34 +10:00
ppaawweeuu
a8211ed592
Add CCI Classification schema
...
I'd like to add CCI classification to BBIM. It is very similar to CSS, developed by CCI-C and licensed under CC BY 4.0
More details here: https://cci-collaboration.org/the-standard/
This is my first commit, I used CCS(EN).ifc file as reference. Any feedback welcomed.
2024-04-09 11:45:34 +10:00